home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_colEdit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  889 b   |  41 lines

  1. /*****************************************************************************
  2.   FILE           : ui_colEdit.h
  3.   SHORTNAME      : colEdit.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for ui_colEdit.c
  7.   NOTES          : all functions will be exported
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 27.5.1992
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_colEdit.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_COLEDIT_DEFINED_
  23. #define _UI_COLEDIT_DEFINED_
  24.  
  25.  
  26.  
  27.  
  28. #ifndef ZERO
  29. #define ZERO 0
  30. #endif
  31.  
  32. #define noOfColToggles     3
  33.  
  34. extern void ui_createColorEditPannel (Widget, Widget, caddr_t);
  35.  
  36. #endif /* _UI_COLEDIT_DEFINED_ */
  37.  
  38.  
  39. /* end of file */
  40. /* lines: 38 */
  41.